}
public void openGui(EntityPlayer player, Object mod) {
player.openGui(mod, getUUID().hashCode(), this.getWorld(), getPos().getX(), getPos().getY(), getPos().getZ());
}
}
}
public void openBasicGui(EntityPlayer player, int id) {
SonarCore.proxy.openBasicMultipart(getUUID(), player, getWorld(), getPos(), id);
}
}